null argument造句
例句與造句
- For errors caused by null arguments , see
有關(guān)空參數(shù)引起的錯誤,請參見 - String is used in place of any null argument
字符串替代任何空參數(shù)。 - In non - debug builds , both functions just test for a non - null argument
在非調(diào)試版本中,兩個函數(shù)都僅測試非null參數(shù)。 - The following code example shows a property that throws an exception if the caller passes a null argument
下面的代碼示例演示一個屬性,該屬性在調(diào)用方傳遞一個空參數(shù)時引發(fā)異常。 - It is provided so application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null
提供它是為了使應(yīng)用程序代碼能夠區(qū)分由空參數(shù)引發(fā)的異常和由非空參數(shù)引發(fā)的異常。 - It's difficult to find null argument in a sentence. 用null argument造句挺難的
- It is provided so that application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null
提供它的目的在于使應(yīng)用程序代碼可區(qū)分空參數(shù)導(dǎo)致的異常以及非空參數(shù)導(dǎo)致的異常。 - Do throw system . argumentnullexception if a null argument is passed but the member does not support null nothing in visual basic arguments
如果傳遞了一個空參數(shù)而成員不支持空(在visual basic中為nothing )參數(shù),則應(yīng)引發(fā)system . argumentnullexception 。 - It is provided so that application code can differentiate between exceptions caused by invalid arguments that are not a null reference nothing in visual basic , and exceptions caused by null arguments
提供該類的目的是:應(yīng)用程序代碼可以區(qū)分由不為空引用(在visual basic中為nothing )的無效參數(shù)引起的異常以及空參數(shù)引起的異常。